From: Petter Reinholdtsen Date: Tue, 20 May 2025 15:01:26 +0000 (+0000) Subject: Added ebpf build rule mapping for s390x to s390. X-Git-Tag: archive/raspbian/1.6.9-3+rpi1~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=44a301abdc967cd9e1713ff510339ba6ef8ac8b8;p=opensnitch.git Added ebpf build rule mapping for s390x to s390. Forwarded: https://github.com/evilsocket/opensnitch/pull/1333 Last-Update: 2025-04-25 This ensure the kernel headers are found during compilation. Last-Update: 2025-04-25 Gbp-Pq: Name 1050-ebpf-s390x.patch --- diff --git a/ebpf_prog/Makefile b/ebpf_prog/Makefile index 8ce5fa5..aaee3ab 100644 --- a/ebpf_prog/Makefile +++ b/ebpf_prog/Makefile @@ -23,6 +23,8 @@ else ifeq ($(ARCH),armv8l) ARCH := arm else ifeq ($(ARCH),aarch64) ARCH := arm64 +else ifeq ($(ARCH),s390x) + ARCH := s390 endif ifeq ($(ARCH),arm)